home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00020_small book in corner.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  461 b   |  18 lines

  1. on mouseUp
  2.   global pauseMe
  3.   set pauseMe to 1
  4.   repeat with i = 27 to 31
  5.     set the visible of sprite i to 1
  6.   end repeat
  7.   set the movieRate of sprite 3 to 0
  8.   puppetSprite(20, 1)
  9.   puppetSprite(22, 1)
  10.   puppetSprite(23, 1)
  11.   puppetSprite(24, 1)
  12.   set the castNum of sprite 20 to cast "FAKE"
  13.   set the castNum of sprite 22 to cast "Back"
  14.   set the locH of sprite 23 to 102
  15.   set the locV of sprite 23 to 375
  16.   set the castNum of sprite 23 to cast "Open"
  17. end
  18.